// Simple File List Pro - Copyright 2022 // Author: Mitchell Bennis | support@simplefilelist.com | https://simplefilelist.com // License: EULA | https://simplefilelist.com/end-user-license-agreement/ // All changes to, modifications to, or re-uses of this script are prohibited without prior consent. var eeSFL_isTouchscreen = false; var eeSFL_ListID = 1; var eeSFL_FileID = false; var eeSFL_CheckEmail = false; var eeSFL_FileDateAdded = false; var eeSFL_FileDateChanged = false; // Scroll down to #eeSFL_FileListTop function eeSFL_ScrollToIt() { jQuery('html, body').animate({ scrollTop: jQuery('#eeSFL_FileListTop').offset().top }, 1000); return false; }